g_object_unref (selection);
}
+#if GLIB_CHECK_VERSION (2, 58, 0) /* g_list_store_splice() is broken before 2.58 */
static void
test_changes (void)
{
g_object_unref (selection);
g_object_unref (store);
}
+#endif
+#if GLIB_CHECK_VERSION (2, 59, 0) /* g_list_store_get_item() has overflow issues before */
static void
test_selection (void)
{
g_object_unref (store);
g_object_unref (selection);
}
+#endif
+#if GLIB_CHECK_VERSION (2, 59, 0) /* g_list_store_get_item() has overflow issues before */
static void
test_autoselect (void)
{
g_object_unref (store);
g_object_unref (selection);
}
+#endif
+#if GLIB_CHECK_VERSION (2, 59, 0) /* g_list_store_get_item() has overflow issues before */
static void
test_can_unselect (void)
{
g_object_unref (store);
g_object_unref (selection);
}
+#endif
+#if GLIB_CHECK_VERSION (2, 59, 0) /* g_list_store_get_item() has overflow issues before */
static int
sort_inverse (gconstpointer a, gconstpointer b, gpointer data)
{
g_object_unref (store);
g_object_unref (selection);
}
+#endif
static void
check_query_range (GtkSelectionModel *selection)